<name>Major Blair</name>
<profession>Veteran</profession>
<dialogue>
  <greeting>
    <reply>
      <text>Ah, those were the days...</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>Sir?</text>
      <npc>
        <reply>
          <text>I am walking over hot coals suspended over a deep pit at the bottom of which are a large number of vipers baring their fangs...</text>
          <return>main</return>
        </reply>
      </npc>
    </option>
    <option>
      <text>Are you a follower of Sun or Moon?</text>
      <npc>
        <reply>
          <text>Lunatics or solacers, it makes no difference to us. No, we cherish our independence, and will defend it to the last man. 
I obviously need to get to the gym.</text>
          <return>main</return>
        </reply>
      </npc>
    </option>
    <option>
      <text>What can you tell us about leadership?</text>
      <npc>
        <reply>
          <text>The art of leadership is saying no, not yes. It is very easy to say yes. Lead well and your people will not hesitate in battle.</text>
          <return>main</return>
        </reply>
      </npc>
    </option>
    <option>
      <if><key>taverngamebooked</key></if>
      <text>Do you play Mages and Minions?</text>
      <npc>
        <reply>
          <text>I do, [race]. If only we had a set. Perhaps in the next version of the game.</text>
          <return>main</return>
        </reply>
      </npc>
    </option>
    <option>
      <text>Pleasant dreams!</text>
      <npc>
        <reply>
          <return>exit</return>
        </reply>
      </npc>
    </option>
  </main> 
</dialogue>